home *** CD-ROM | disk | FTP | other *** search
- on(press){
- startDrag("",0,88,0,720,357);
- _root.createEmptyMovieClip("swaper",_root.getNextHighestDepth());
- this.swapDepths("_root.swaper");
- _root.swaper.removeMovieClip();
- _root.createEmptyMovieClip("swaper2",_root.getNextHighestDepth());
- _root.cur.swapDepths("_root.swaper2");
- _root.swaper2.removeMovieClip();
- }
-